home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / em / panel / scripts / DefineButton2_15 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2002-03-20  |  554 b   |  23 lines

  1. on(release){
  2.    tellTarget("_level50")
  3.    {
  4.       gotoAndStop("off");
  5.    }
  6.    stopDrag();
  7.    tellTarget("_level0/ole")
  8.    {
  9.       nodrop = "1";
  10.       gotoAndPlay("stop");
  11.    }
  12.    call("_level15/lp/" add eval("_level0:lp_module") add "/codelib:dragoff");
  13.    call("_level15/rp/" add eval("_level0:rp_module") add "/codelib:dragoff");
  14.    setProperty("_level25/active", _visible, "1");
  15.    if(noroll != "1")
  16.    {
  17.       if(_currentframe == "2" and eval("../../codelib:selectbar") != bar)
  18.       {
  19.          gotoAndStop("1");
  20.       }
  21.    }
  22. }
  23.